Path Parameters
Unique identifier of the agent (UUID format)
Query Parameters
Page number (starting from 1)
Items per page (maximum 50)
Filter by user ID who created the task
Filter by parent task ID (for sub-tasks)
Filter by triggering agent ID (parent calling agent in multi-agent workflows)
Filter by task execution status:
pending, running, completed, failed, cancelledFilter by internal task status (for debugging)
Response
Array of task objects
Total number of tasks for this agent
Current page number
Number of items per page
Total number of pages available
Example Requests
List all tasks for an agent
Filter by status
Filter by user
Example Response
Use Cases
- Monitor agent activity - Track all tasks executed by a specific agent
- Debug workflows - Filter by parent_task_id to see sub-task hierarchies
- User analytics - Filter by user_id to see tasks from specific users
- Multi-agent debugging - Use triggering_agent_id to trace agent-to-agent delegations
See Also
- [List Tasks](/API reference/v1/tasks/list-tasks) - List all tasks across all agents
- [Get Task](/API reference/v1/tasks/get-task) - Get detailed information about a specific task
- [Invoke Agent](/API reference/v1/agents/invoke-async) - Create new tasks
Authorizations
API Key for authentication
Path Parameters
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50Filter by user ID
Filter by parent task ID
Filter by triggering agent ID (parent calling agent)
Filter by task execution status
Available options:
pending, executing, paused, error, failed, completed, stopped Filter by internal task status

